home *** CD-ROM | disk | FTP | other *** search
- #ifndef __ASK_KEY_H_
- #define __ASK_KEY_H_
- /* If program supports user-defined scripts and macroses, we need
- tool for querry for key, which should be linked with current
- macros.
- */
- #include <stdio.h>
-
- extern int ask_save();
-
- int ask_hot_key(); // shows the window with message and gets a key
-
- void add_macros(char* command, FILE* tempPtr); // add macros to macros file
- int ask_exit(); // "Exit application: (Y / N) ?"
-
- #endif __ASK_KEY_H_